-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support a config file to use instead of commandline arguments #692
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52d81ff
to
e616aed
Compare
60a00cc
to
1a258ab
Compare
d49f87c
to
fa3eaee
Compare
59da894
to
c2168cc
Compare
d18c904
to
71de05e
Compare
6e3305c
to
927a164
Compare
927a164
to
d262f87
Compare
3b8b572
to
07d17b5
Compare
253563b
to
97a2150
Compare
ceb1392
to
2301c23
Compare
78d6bb0
to
69fc11d
Compare
This pull request introduces 1 alert when merging 69fc11d into 5dcd25c - view on LGTM.com new alerts:
|
69fc11d
to
3430392
Compare
3430392
to
bfff1d8
Compare
This pull request introduces 1 alert when merging bfff1d8 into 31de929 - view on LGTM.com new alerts:
|
bfff1d8
to
056cbd4
Compare
Signed-off-by: Dave Henderson <[email protected]>
056cbd4
to
7ff174a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is partly in support of #589. The idea is that you can put a
.gomplate.yaml
file in a directory where gomplate is executed and it'll read that to set flags. Flags set on the command line still override them.Signed-off-by: Dave Henderson [email protected]